PGetPickers

PGetPickers is a subclass of PListQuery. Gets a list of color pickers currently available to PageMaker and their associated libraries.


Query results

This query returns a list of color picker and library pairs (a picker may use several libraries).

const char * sPicker;

Name of color picker (including the .add extension)
const char * sLibrary;
Name of color library used by picker (minus the .acf extension)
Multiple libraries. Some color pickers may use several libraries; a separate picker and library pair is returned for each library available to the picker.

Example.

PGetPickers pickers;
for (short i = pickers.Count(); i > 0; --i) {
	cout << pickers.sPicker;
	pickers++;
}


See also

The PGetColorInfo query

The PDefineColor command



Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support